home *** CD-ROM | disk | FTP | other *** search
- /* strip.h
- *
- * My resources and entry points
- */
-
- #ifndef __STRIP_H__
- #define __STRIP_H__
-
- /************************************************************************/
- /* */
- /* Menus */
- /* */
- /************************************************************************/
-
- #define MApple 128
- #define MFile 129
- #define MEdit 130
-
- #define MAppleAboutMe 1
-
- #define MFileStrip 1
- #define MFileQuit 3
-
- /************************************************************************/
- /* */
- /* Dialogs and Alerts */
- /* */
- /************************************************************************/
-
- #define ColorAboutMe 128
- #define BWAboutMe 129
-
- /************************************************************************/
- /* */
- /* Externals */
- /* */
- /************************************************************************/
-
- extern void StripFile(FSSpec *); // External strip routine
- extern int FHasFSSpec; // Has File strip specifier?
-
- #endif // __STRIP_H__
-
-